JOYSTICK Y

This command will return the Y axis value of the default analogue joystick.

  Syntax
Return Integer=JOYSTICK Y()
  Returns

The command will return the y axis value of the default analogue joystick

  Example Code
do
cls
print "joystick x "+str$(joystick x())
print "joystick y "+str$(joystick y())
print "joystick z "+str$(joystick z())
loop
end
  See also

INPUT Commands Menu
Index